home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / J A V A / Java Development Kit V1.2 / jdk12-win32(1).exe / data1.cab / demos / demo / jfc / Metalworks / MyTheme.theme < prev    next >
Encoding:
Text File  |  1998-12-01  |  438 b   |  17 lines

  1. # This is an example of a Theme contained in a text file.
  2. # Use a PropertyMetalTheme object to load it.
  3.  
  4. # This isn't really meant to be a great theme, but is just
  5. # an example of how to create one from a text file.
  6.  
  7. # See MetalworksFrame.java for an example of how to load this.
  8.  
  9. name=Charcoal
  10. primary1=33,66,66
  11. primary2=66,99,99
  12. primary3=99,99,99
  13. secondary1=0,0,0
  14. secondary2=51,51,51
  15. secondary3=102,102,102
  16. black=255,255,255
  17. white=0,0,0